

.thrColHybHdr #header { 
	width: 100%;
	background: #e9df9a; 
	margin: 0;
	padding: 0; height:145px; background:url(../images/diz/top_bg.gif) repeat-x; 
}

.thrColHybHdr #container { 
	
	width: 100%;
	background: #FFFFFF;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
}  
 



.thrColHybHdr #sidebar {
	margin: 0;
	
	width: 190px; /* since this element is floated, a width must be given */
	background: #e9df9a; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div */
}
.thrColHybHdr #sidebar2 {
	margin: 0;
	
	width: 150px; /* since this element is floated, a width must be given */
	background: #e9df9a; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div */
}

.thrColHybHdr #nav {
	width: 600px;
	height:19px;
 	margin: 0 ; 
	padding: 0 ;
	background: #e9df9a; 
} 
.thrColHybHdr #mainContent {
	
 	margin: 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 14px;
	
	
	
} 

.thrColHybHdr #footer { 
	width: 100%;
	margin: 0px;  
    padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/diz/bottom_bg.gif) repeat;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	margin:0; 
	padding: 0;
	float: right;
	height:0px;
    line-height: 0px;
	
}
.fltlft { /* this class can be used to float an element left in your page */
margin:0;
padding: 0;
	float: left;
	height:0px;
    line-height: 0px;
	
	
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    line-height: 0px;
    margin: 0; 
    padding: 0;
    background: #e9df9a;
    
}
.center { margin:0;  
	width: 100%;
    padding: 0;
    text-align:center;
    height:0px;
    line-height: 0px;
     
}


